Rename cdb to gdbstub and split it into arch dependent/neutral part.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 14 Jan 2006 15:58:54 +0000 (16:58 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 14 Jan 2006 15:58:54 +0000 (16:58 +0100)
commit360a1871b545a65aed9fb2e346ecf13e7b2040d2
tree48c657d274daf4f3792918a55b05eb0b54d8f16b
parent843f4eb4357891dd4278ed46d7032b27282998a3
Rename cdb to gdbstub and split it into arch dependent/neutral part.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/arch/x86/Makefile
xen/arch/x86/cdb.c [deleted file]
xen/arch/x86/gdbstub.c [new file with mode: 0644]
xen/common/Makefile
xen/common/gdbstub.c [new file with mode: 0644]
xen/include/asm-x86/debugger.h
xen/include/xen/gdbstub.h [new file with mode: 0644]